| Fully Qualified Name: | Laminas\Db\TableGateway\Feature\FeatureSet | 
| Name | Description | Defined By | 
|---|---|---|
| __construct() | FeatureSet | |
| addFeature() | FeatureSet | |
| addFeatures() | FeatureSet | |
| apply() | FeatureSet | |
| callMagicCall() | Call method of on added feature as though it were a local method | FeatureSet | 
| callMagicGet() | FeatureSet | |
| callMagicSet() | FeatureSet | |
| canCallMagicCall() | Is the method requested available in one of the added features | FeatureSet | 
| canCallMagicGet() | FeatureSet | |
| canCallMagicSet() | FeatureSet | |
| getFeatureByClassName() | FeatureSet | |
| setTableGateway() | FeatureSet | 
| Parameter Name | Type | Description | 
|---|---|---|
| $features | 
Returns: void
| Parameter Name | Type | Description | 
|---|---|---|
| $feature | \AbstractFeature | 
Returns: self Provides a fluent interface
| Parameter Name | Type | Description | 
|---|---|---|
| $features | array | 
Returns: self Provides a fluent interface
| Parameter Name | Type | Description | 
|---|---|---|
| $method | ||
| $args | 
Returns: void
Call method of on added feature as though it were a local method
| Parameter Name | Type | Description | 
|---|---|---|
| $method | string | |
| $arguments | array | 
Returns: mixed
| Parameter Name | Type | Description | 
|---|---|---|
| $property | string | 
Returns: mixed
| Parameter Name | Type | Description | 
|---|---|---|
| $value | ||
| $property | ||
| $value | 
Returns: mixed
Is the method requested available in one of the added features
| Parameter Name | Type | Description | 
|---|---|---|
| $method | string | 
Returns: bool
| Parameter Name | Type | Description | 
|---|---|---|
| $property | string | 
Returns: bool
| Parameter Name | Type | Description | 
|---|---|---|
| $property | string | 
Returns: bool
| Parameter Name | Type | Description | 
|---|---|---|
| $featureClassName | 
Returns: void
| Parameter Name | Type | Description | 
|---|---|---|
| $tableGateway | \AbstractTableGateway | 
Returns: self Provides a fluent interface